-
-
Notifications
You must be signed in to change notification settings - Fork 58
Add documentation about the manifest.yaml #225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Reason/Description: So it is clear how to change properties of the packages Files: README.md
Reason/Description: Otherwise gradle complains Files: README.md, mod.rs, and settings.gradle
Reason: to make clear that Cargo.toml is required at the end
| let _ = std::fs::remove_dir_all(&base_assets); | ||
|
|
||
| if !config.assets.is_empty() { | ||
| std::fs::OpenOptions::new().write(true).append(true).open(gradle.join("settings.gradle"))?.write(r#"include ':baseAssets'"#.as_bytes())?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MarijnS95 I have to delete the baseAssets include from settings.grade and adding it if assets are present, otherwise I get a gradle error
Could not open cp_settings generic class cache for settings file '/target/x/release/android/gradle/settings.gradle' (~/.gradle/caches/8.1.1/scripts/d5f98u8ma4q13uozubkfsaw6z).
BUG! exception in phase 'semantic analysis' in source unit 'BuildScript' Unsupported class file major version 65
|
This PR would have saved me an hour of studying the code. Where can I sign a petition to promote PR?) |
So it is clear how to change properties of the packages